home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global spriteloo, purple, orange, yellow
- set purple to 0
- set orange to 0
- set yellow to 0
- preLoadCast(167)
- preLoadCast(158)
- preLoadCast(231)
- preLoadCast(563)
- preLoadCast(564)
- preLoadCast(565)
- preLoadCast(566)
- preLoadCast(561, 570)
- set spriteloo to 3
- initGlobals()
- InitConditions()
- if the colorDepth >= 24 then
- go("24bitter")
- else
- nothing()
- end if
- end
-
- on initGlobals
- global giVidSprite, giVid2Sprite, giVid3Sprite, gbDebug, giBackgroundSprite, giCurrentGirl, giIconSprite, giMaxGirls, giFirstGirlIcon, glGirlNames, giPosterSprite, grFullScreen, grVidRect, grCurrentRect, giNumMapAreas, giMapRollOverSprite, gbHilightUp, gsMovieDir, gsCleanUpHandler, gsLastPlace, giTempVidCast, giTempVid2Cast, giTempVid3Cast, glShotList, gbVideoUp, giShotIndex, grOnScreenRect, grOffScreenRect, giShotListIndex, giShotMov1, giShotMov2, giShotMov3, giInPlay, gbShotFlag, septracker
- set giVidSprite to 3
- set giVid2Sprite to 4
- set giVid3Sprite to 5
- set gbDebug to 0
- set giBackgroundSprite to 1
- set giCurrentGirl to 1
- set giIconSprite to 20
- set giMaxGirls to 8
- set giFirstGirlIcon to the number of cast "ModelIcon1"
- set glGirlNames to ["brend", "darja", "frede", "leila", "nicol", "sabri", "tasha", "tyra"]
- set giPosterSprite to 32
- set grFullScreen to rect(0, 0, 640, 480)
- set grVidRect to rect(22, 98, 342, 338)
- set grCurrentRec to rect(22, 98, 342, 338)
- set giNumMapAreas to 4
- set giMapRollOverSprite to 32
- set gbHilightUp to 0
- if the machineType = 256 then
- set septracker to "\"
- else
- set septracker to ":"
- end if
- set gsMovieDir to the moviePath & "Movies" & septracker
- set gsCleanUpHandler to EMPTY
- set gsLastPlace to "MainScreen"
- set giTempVidCast to the number of cast "tempMovie"
- set giTempVid2Cast to the number of cast "tempMovie2"
- set giTempVid3Cast to the number of cast "tempMovie3"
- set glShotList to ["SuperMod:Movies:leila1.mov", 773, "SuperMod:Movies:leila1.mov", 1033, "SuperMod:Movies:leila1.mov", 1535, "SuperMod:Movies:leila1.mov", 1918, "SuperMod:Movies:leila1.mov", 2418, "SuperMod:Movies:leila1.mov", 2873, "SuperMod:Movies:leila1.mov", 3223, "SuperMod:Movies:leila1.mov", 3588, "SuperMod:Movies:leila1.mov", 4168, "SuperMod:Movies:leila1.mov", 4540, "SuperMod:Movies:brend1.mov", 1020, "SuperMod:Movies:brend1.mov", 1398, "SuperMod:Movies:brend1.mov", 1750, "SuperMod:Movies:brend2b.mov", 569, "SuperMod:Movies:brend2b.mov", 1030, "SuperMod:Movies:brend2a.mov", 217, "SuperMod:Movies:brend2a.mov", 431, "SuperMod:Movies:brend2a.mov", 585]
- set gbVideoUp to 0
- set giShotIndex to 1
- set grOnScreenRect to rect(166, 96, 486, 336)
- set giShotListIndex to 1
- set grOffScreenRect to rect(-500, -500, -505, -505)
- set giShotMov1 to the number of cast "ShotMov1"
- set giShotMov2 to the number of cast "ShotMov2"
- set giShotMov3 to the number of cast "ShotMov3"
- set giInPlay to 0
- set gbShotFlag to 0
- end
-
- on InitConditions
- put "Loading" into field "results"
- repeat with i = 1 to 48
- set the visible of sprite i to 1
- end repeat
- end
-